home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / setbus.zip / README.DOC < prev    next >
Text File  |  1991-12-27  |  2KB  |  40 lines

  1. setbus : set AT bus data width for tseng based svga cards to 
  2. either 8 or 16 operation.  Most useful for Windows developers using 
  3. two monitors for CodeView debugging. By default, if there is a monochrome 
  4. (or other second monitor on the AT bus, the svga card operates at only 
  5. 8 bits doubling video time.
  6.  
  7. This program allows the user to tell the svga card to use 16-bit data paths
  8. which doubles video perforamce.  This improvement is nearly complete, as 
  9. verified by the PC Labs Windows Graphics benchmark test.
  10.  
  11. Some programs, such as pcANYWHERE IV and Microsoft's CV and CVW, will
  12. only operate when the bus is in 8-bit mode.  
  13. Changing the mode within a DOS virtual session under Windows is not 
  14. sufficient to allow these programs to operate properly.  SETBUS must
  15. be executed before Windwos for these programs to function.
  16.  
  17. The source for this code was downloaded from the STB section of the
  18. GRAHICSVENDOR forum on Compuserv.  The original author is unknown.
  19. This is offered as-is. No claims attached. 
  20. It has been tested with an Orchid Pro Designer II card, probably works with 
  21. STB's Tseng based cards, and may work with other Tseng cards.
  22.  
  23. Files in this .zip file:
  24. setbus.c        source code.
  25. mkbus.bat       creates setbus.com if you have the correct compiler
  26. setbus.com      executable downloaded from original STB file
  27. setbus.exe      executable created from MSC 6.0 
  28. readme.doc      this file
  29.  
  30.  
  31. The mkbus.bat file contains the commands needed to complie the program
  32. with some (unknown to me) compiler. I simply used Microsoft C6.00a with the 
  33. command:
  34.         cl setbus
  35.  
  36. both the .com and .exe versions appear to work properly.
  37.  
  38. Uploaded by Pat Farrell, aka pfarrell@gmuvax2.gmu.edu on the Internet.
  39.  
  40.